home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / qbzipdir.zip / QBZIPDIR.DOC < prev    next >
Text File  |  1989-10-28  |  1KB  |  32 lines

  1.  
  2.  
  3. QBZIPDIR consists of 2 routines, callable from QuickBasic that read the
  4. directory information on the files contained within a ZIP file.  One
  5. routine requires passing a small array, and reads the most pertinent
  6. file information.  The second routine involves passing a larger array,
  7. but yields all of the directory information.
  8.  
  9.  
  10. Each routine has been compiled into its own QuickLibrary using
  11. Quickbasic 4.5, therefore you must have QB4.5 in order for these to run.
  12.  
  13. To run the "short version, use:  QB ZIPTEST /L ZIPDIRS
  14. To run the "long version", use   QB ZIPTEST2 /L ZIPDIRS2
  15.  
  16. Attempting to run these programs with an earlier version of QB will
  17. probably result in an error.
  18.  
  19. If you find QBZIPDIR of interest, we ask that you make a small donation.
  20. For a $10 donation, we will send you object files usable with QB4.0,
  21. QB4.0B, and QB4.5, run-time library and standalone versions, which you
  22. may link into your own libraries or quicklibraries. Source code is also
  23. available for an additional $10.  All code is written in BASIC and is
  24. easily modifiable for use with 3rd party assembler libraries (Probas,
  25. Crescent, ADVBAS, QB$BASxx) which allow rapid file access without the
  26. need for ON ERROR.
  27.  
  28. Missing Link Computers
  29. P.O. Box 9865
  30. San Jose, CA 95157
  31.  
  32.